-- background: 93876 from stack: in -- bmap block id: 94397 -- flags: 0000 -- background id: 0 -- name: CSL Library ----- HyperTalk script ----- on openBackground installMenuBar 1080,1081,1082,1083,1084,1085,-207,-208,-209,-210 end openBackground on closeBackground restoreMenuBar end closeBackground on doMenu menuItem lock screen if menuItem contains "About" then go to card short name of this background of background "About" unlock screen with zoom close else if menuItem is "Home" then go home else if menuItem contains "Quit" then go to card "Mac School® Shell" unlock screen with zoom close end if end doMenu